Skip to main content

toolTip

Type

property

Summary

Specifies the explanatory text that pops up in a small box when the user points to an object.

Syntax

set the toolTip of <object> to <string>

Description

Use the toolTip property to provide online help that explains what a control is for.

A tool tip is a small box containing some text, which pops up on the screen when the mouse pointer hovers over a control. The text briefly explains the purpose and use of the control.

The tool tip appears when the mouse pointer is within the control's rectangle and when the mouse has not moved for the time specified by the toolTipDelay property. If the mouse is moving, the tool tip does not appear.

Tool tips should be short and should not attempt to explain the entire action of the control. They are best used as a short reminder or clue about what a control does.

Tool tips appear only when the Browse tool is selected.

note

As of LiveCode 2.7.4 toolTips can be multiline strings. Previous version restrict tooltips to single lines.

Examples

set the toolTip of button "OK" to "Click to accept the result"
set the toolTip of me to field "Explanation"
set the toolTip of me to "Hello" & return & "World!"

command: show, popup

glossary: object, property, tool tip

keyword: control

message: help

property: points, toolTipDelay

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?